rumo777
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Would be great if it appeared on front-end as well, not just admin dashboard
That was rather quick 🙂
Thanks
*remove ‘public’ keyword from function definition
Thank you.
Thats a quick solution
add_action('admin_bar_menu', 'addDBLinkInAdminBar'); public function addDBLinkInAdminBar($admin_bar) { $admin_bar->add_menu([ 'id' => 'database-link', 'title' => 'Database', 'href' => get_admin_url(null, '/admin.php?page=ari-adminer-run-adminer&action=run&noheader=1&id=0') ]); }Forum: Plugins
In reply to: [WooCommerce] [REST API] woocommerce_rest_product_query
Viewing 5 replies - 1 through 5 (of 5 total)