Answer the question
In order to leave comments, you need to log in
Add button to wp admin?
Hi all!
Tell me how to add a link here that leads to the export import page.
Thank you.
Answer the question
In order to leave comments, you need to log in
$subject = "23456/10000";
echo preg_replace('/^(\d{2})(\d{2})/','\1.\2',$subject);
Try like this
$subject = "23456/10000";
preg_match('/^(\d{2})(\d{2})/',$subject,$matches);
var_dump("{$matches[1]}.{$matches[2]}");
add_menu_page () / add_submenu_page() functions manage_posts_extra_tablenav
hook
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question