All
I am using wordpress custom menu, and there is one menu as Logout.
I know wordpress Logout function <?php echo wp_logout_url(); ?>
But how can i use it in custom menu ?
|
All I am using wordpress custom menu, and there is one menu as Logout.
I know wordpress Logout function But how can i use it in custom menu ? |
|||
|
|
|
Not sure how and where you can create a custom button, but you can add such a link per filter: Add a filter function to Here is a basic example:
You should modify the code:
|
|||||||||
|