I have the following code to define my producto custom type post: add_action('init', 'custom_post_producto'); function custom_post_producto() { $args = array( "label" => 'Productos', ...
-
May 26, 2022
- 0 Comments