C
by Edem 1 (0 reviews)

CMC Hook

Register php functions to hooks(action and filter), run php codes safely, create and test plugins all from dashboard tools

CMC Hook ranks #57,494 among WordPress.org plugins with 1+ active installations, is #3,531 of 4,982 in the Utilities & Tools category, a 1/5 rating from 0 reviews, and was last updated Jul 24, 2017. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 4.8 (Current: 7.1.2)
v1.0.6 Current Version v1.0.6
Updated 9 years ago Last Update on 24 Jul, 2017
Refreshed 10 hours ago Last Refreshed on
#3,531 of 4,982 in Utilities & Tools No update in over a year
View on WordPress.org
Rank
#57,494
+1398 this week
Active Installs
1+
-50%
KW Avg Position
N/A
No change
Downloads
1.6K
+2 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 20%
0+ 10+
56,548
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 8 more installs to reach 10+

Rank Changes

56,418 58,750 61,082 63,414 65,746 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
45,004 51,067 57,130 63,193 69,256 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #57,494
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about CMC Hook

Upload the plugin to the wp-content\plugins folder of your wordpress installaiton and activate it
The plugin create a sub menu to tools admin menu called "cmc hook" From the cmc hook menu you can create hooks which can be either a filter, action or file The code editor of filter and action should not contain any class or function definition as they are run in annonymous functions File hooks can have class and function definition. In case there are php errors which hangs my site You can deactivate hooks from url and even prevent all hooks from loading.
To deactivate hook, pass "cmchk_neg=cmchkrtk&cmchk_id=2,3" to the url. The cmchk_id is the id of the list of hooks you want to deactivate Add "cmchk_run_on=none" to the url parameters to prevents all hooks from loading and running. "cmchk_neg=token" must be present in the url parameters when deactivating any hook or project. The value of which is a security token which defaults to "cmchkrtk" and can be changed at the settings of "cmc hook" menu
From the cmc hook menu projects can be created which houses a list of hooks and can be exported as a wordpress plugin Projects have one main "run file" that runs when the project is loaded. This file calls all other project hooks. To include other project file hook use "cmchk_include( 'slug' )" function. The id is the slug of the hook file to load Projects action and filters are loaded automatically when the project loads and must not be included in the run file.
Projects can be deactivated remotely by adding to the url parameters "cmchk_pid=4,5" where cmchk is the id of the projects to deactivate
Hooks can also be run in safe mode. This allows hooks to only run when "cmchk_safe=id" is appended to the url parameters. The id is the id of hook
Codemirror is provided as the coded editor but can be disabled at the settings to use plain textarea
Php codes must be code tags eg. "". The same apply to javascript and css.
A misture of html, php, javascript and css can be used in the code editor Filters cmchk_load_hook cmchk_load_project cmchk_editor_data_save cmchk_project_editor_data_save cmchk_settings_data_save cmchk_export_projects cmchk_import_project cmchk_export_plugin_info cmchk_update_slug cmchk_get_slug cmchk_admin_page_menu cmchk_admin_page_section cmchk_create_plugin_hooks cmchk_create_plugin_file_hooks cmchk_include_hook Actions cmchk_hook_loaded cmchk_editor_save cmchk_project_editor_save cmchk_settings_save cmchk_admin_page_settings_controls cmchk_admin_page_hook_editor_wp_funcs cmchk_admin_page_editor_controls_top cmchk_admin_page_editor_controls cmchk_admin_page_project_editor_controls cmchk_admin_page_project_editor_controls2

Sign In / Register

You need to sign in or register to use this feature.