salvafo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Reports New StatesSorry for the delay in answering.
GreetingsPerdone la tardanza en contestar
Un saludoForum: Plugins
In reply to: [WooCommerce] Reports New Statesfunction wpex_wc_register_post_statuses() {
register_post_status( ‘wc-entregado’, array(
‘label’ => _x( ‘Entregado’, ‘Order status’, ‘text_domain’ ),
‘public’=> true,
‘exclude_from_search’=> false,
‘show_in_admin_all_list’=> true,
‘show_in_admin_status_list’=> true,
‘label_count’=> _n_noop( ‘Approved (%s)’, ‘Approved (%s)’, ‘text_domain’ )
) );
}
add_filter( ‘init’, ‘wpex_wc_register_post_statuses’ );function wpex_wc_add_order_statuses( $order_statuses ) {
$order_statuses[‘wc-entregado’] = _x( ‘Entregado’, ‘Order status’, ‘text_domain’ );
return $order_statuses;
}
add_filter( ‘wc_order_statuses’, ‘wpex_wc_add_order_statuses’ );Forum: Fixing WordPress
In reply to: Emails new woocommerce statesExcuse me, I had not noticed, I have already solved it anyway. Greetings
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Error php componentsGood afternoon, again after many reviews the hosting has told us that the migration of the web had not passed all the content due to a connection error. So forgive the inconvenience and I will try, this time, to do the migration. I will tell you if everything is correct. Regards, and thank you very much
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Error php componentsBuenas, sigue dando el mismo problema. EL hosting donde lo tenemos nos ha proporcionado un usuario de FTP por si usted quiere ver la configuración.
Pero se lo debería dar por privado
Un saludoGood, keep giving the same problem. The hosting where we have it has provided us with an FTP user in case you want to see the configuration.
But it should be taken for granted
Greetings