-
your plugin is a great work for seo admins, thanks for yours work and open source.
when i study the code of the plugin, there are some missed action in source.
the code use a hooker for do_action().
but a lots of action not find the action() registration with the search:
“$this->action( ” in code base.such as:
class-installer.php:
$this->do_action( ‘activate’ );
$this->do_action( ‘deactivate’ );class-engine.php
$this->do_action( ‘admin/loaded’ );class-frontend.php
$this->do_action( ‘frontend/loaded’ );class-assets.php
$this->do_action( ‘admin/register_scripts’ );and so on…
The ticket ‘hooker for do_action() and the action() registration’ is closed to new replies.