Wordpress add link to admin menu bar Categorías: Código PHP Desarrollo web CMS Wordpress Etiquetas: Wordpress Code plugin admin Step 1: call add_action 'admin_menu' Step 2: create custom function for the new link Step 1: call add_action 'admin_menu' add_action( 'admin_menu', 'register_example_custom_menu_link_menu_page' ); Leer más sobre Wordpress add link to admin menu bar