1 | nacin ~/wordpress-plugin-directory-slurper$ phpgrep custom_menu_order |
---|
2 | ./plugins/admin-menu-editor/includes/menu-editor-core.php:265: function hook_custom_menu_order(){ |
---|
3 | ./plugins/admin-menu-editor/includes/menu-editor-core.php:279: $custom_menu_order = array(); |
---|
4 | ./plugins/admin-menu-editor/includes/menu-editor-core.php:283: $custom_menu_order[] = $filename; |
---|
5 | ./plugins/admin-menu-editor/includes/menu-editor-core.php:286: return $custom_menu_order; |
---|
6 | ./plugins/anthologize/anthologize.php:77: add_filter( 'custom_menu_order', array( $this, 'custom_menu_order_function' ) ); |
---|
7 | ./plugins/anthologize/anthologize.php:128: function custom_menu_order_function(){ |
---|
8 | ./plugins/bbpress/bbp-admin/bbp-actions.php:46:add_action( 'custom_menu_order', 'bbp_admin_custom_menu_order' ); |
---|
9 | ./plugins/bbpress/bbp-admin/bbp-functions.php:43:function bbp_admin_custom_menu_order( $menu_order = false ) { |
---|
10 | ./plugins/bbpress-no-admin/bbp-no-admin.php:52: remove_action( 'custom_menu_order', 'bbp_admin_custom_menu_order' ); |
---|
11 | ./plugins/dippsy/dippsy_menu_gui.php:6:add_filter('custom_menu_order','dippsy_menu_enable_order'); |
---|
12 | ./plugins/disable-grunion-admin-link/index.php:35:add_filter( 'custom_menu_order', 'pixopoint_toggle_menu_order' ); |
---|
13 | ./plugins/fluency-admin/wp-fluency-admin.php:91: add_filter('custom_menu_order',array($this,'unset_separators')); |
---|
14 | ./plugins/gd-bbpress-tools/code/mods/access.php:15: remove_action('custom_menu_order', 'bbp_admin_custom_menu_order'); |
---|
15 | ./plugins/gigpress/gigpress.php:445:function enable_custom_menu_order($flag) { |
---|
16 | ./plugins/gigpress/gigpress.php:449:function custom_menu_order($menu_order) { |
---|
17 | ./plugins/gigpress/gigpress.php:607:add_filter('custom_menu_order', 'enable_custom_menu_order'); |
---|
18 | ./plugins/gigpress/gigpress.php:608:add_filter('menu_order', 'custom_menu_order'); |
---|
19 | ./plugins/gt-press/GTPress.php:156:add_filter('custom_menu_order', 'GTPress_menu_order'); |
---|
20 | ./plugins/hm-portfolio/HM Core/cwp-framework/cwp.classes.php:97: add_filter( 'custom_menu_order', array($this, 'set_custom_order_true') ); |
---|
21 | ./plugins/jetpack/jetpack.php:1171: add_filter( 'custom_menu_order', array( $this, 'admin_menu_order' ) ); |
---|
22 | ./plugins/jetpack-lite/jetpack-lite.php:1121: add_filter( 'custom_menu_order', array( &$this, 'admin_menu_order' ) ); |
---|
23 | ./plugins/jigoshop/admin/jigoshop-admin.php:127:function jigoshop_admin_custom_menu_order() { |
---|
24 | ./plugins/jigoshop/admin/jigoshop-admin.php:133:add_action('custom_menu_order', 'jigoshop_admin_custom_menu_order'); |
---|
25 | ./plugins/mailbase/library/wp-framework/Base.php:1391: public function filter_custom_menu_order(){} |
---|
26 | ./plugins/menu-humility/menu-humility.php:17: add_filter( 'custom_menu_order', '__return_true' ); |
---|
27 | ./plugins/pages-on-top/pages-on-top.php:11:function enable_custom_menu_order($flag) { |
---|
28 | ./plugins/pages-on-top/pages-on-top.php:15:function custom_menu_order($menu_ord) { |
---|
29 | ./plugins/pages-on-top/pages-on-top.php:19:add_filter('custom_menu_order', 'enable_custom_menu_order'); |
---|
30 | ./plugins/pages-on-top/pages-on-top.php:20:add_filter('menu_order', 'custom_menu_order'); |
---|
31 | ./plugins/simple-admin-notes/simple-notes.php:170: function custom_menu_order() { |
---|
32 | ./plugins/simple-admin-notes/simple-notes.php:190: add_filter('custom_menu_order', 'custom_menu_order'); |
---|
33 | ./plugins/woocommerce/admin/woocommerce-admin-init.php:403:function woocommerce_admin_custom_menu_order() { |
---|
34 | ./plugins/woocommerce/admin/woocommerce-admin-init.php:407:add_action('custom_menu_order', 'woocommerce_admin_custom_menu_order'); |
---|
35 | ./plugins/wp-help/wp-help.php:92: add_filter( 'custom_menu_order', '__return_true' ); |
---|
36 | ./plugins/wpshop/includes/librairies/init.class.php:135: function admin_custom_menu_order() { |
---|
37 | ./plugins/wpshop/wpshop.php:54:add_action('custom_menu_order', array('wpshop_init', 'admin_custom_menu_order')); |
---|
38 | nacin ~/wordpress-plugin-directory-slurper$ |
---|