Agregar shortcode reclamar a fichas bodega
add_action("the_content", function($content) { if (is_singular("bodega")) { $content .= "\n"; } return $content; });
add_action("the_content", function($content) { if (is_singular("bodega")) { $content .= "\n"; } return $content; });
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!