[PATCH] minor performance improvement
-
The following
function init_ald_crp(){ if (function_exists('register_widget')) { register_widget('WidgetCRP'); } } add_action('init', 'init_ald_crp', 1);
should be using widgets_init not init hook as per the documentation.
https://www.ads-software.com/plugins/contextual-related-posts/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[PATCH] minor performance improvement’ is closed to new replies.