plugin-icon

Pulse Storm Launcher

제작자: 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 …
버전
1.0
최근 업데이트일
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.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.7.31
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.