K
K
Karen Mnatsakanyan2017-06-09 16:59:06
PHP
Karen Mnatsakanyan, 2017-06-09 16:59:06

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

3 answer(s)
F
Flying, 2018-10-14
@neborg

$subject = "23456/10000";
echo preg_replace('/^(\d{2})(\d{2})/','\1.\2',$subject);

J
Jamaludin Osmanov, 2018-10-14
@jamalosm

Try like this

$subject = "23456/10000";
preg_match('/^(\d{2})(\d{2})/',$subject,$matches);
var_dump("{$matches[1]}.{$matches[2]}");

I
Igor Vorotnev, 2017-06-13
@HeadOnFire

add_menu_page () / add_submenu_page() functions manage_posts_extra_tablenav
hook

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question