plugin-icon

Pulse Storm Launcher

Von alanstorm·
The Pulse Storm Launcher is an admin launcher application, providing navigation-less access to all your admin pages and posts, including support for p …
Version
1.0
Zuletzt aktualisiert
Aug 18, 2016

The Pulse Storm Launcher is an admin launcher application, providing navigation-less access to all your admin pages and posts, including support for products and orders in popular WordPress e-commerce packages like WooCommerce and WP eCommerce.

Still not sure what we’re about? Watch our 4 minutes introductory screencast where all is revealed.

WordPress Programmer Note

End users programmers can use the following filter hooks to add their own menus to the immediate and ajax launcher results.

add_filter('pulsestorm_launcher_ajax_menus', function($links){ return $links; }); add_filter('pulsestorm_launcher_menus', function($links){ return $links; });

Just add items to the $links array (var_dump($links) for the current format) and your links will be available.

The launcher will perform a basic text search (via in page javascript) for items in the immediate array (the pulsestorm_launcher_menus hook). Programmers should use the immediate results sparingly, as they’re loaded into memory on every page load.

In the ajax results (the pulsestorm_launcher_ajax_menus hook), programmers should use the terms request variable to perform a search for their information, and only return links that are relevant.

See pulsestorm_launcher.php for more usage tips/hints. The launcher plugin code uses these hooks internally.

Kostenlosmit dem Business-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Getestet bis
WordPress 4.7.31
Dieses Plugin steht für deine -Website zum Download zur Verfügung.