Skip to content
Snippets Groups Projects
Commit c5a2cef2 authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

New hooks: syn_after_setup_server and syn_after_init_server

Hook into the load process for the plugin.
parent e1c1d922
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ class WP_Push_Syndication_Server {
$this->register_syndicate_actions();
do_action( 'syn_after_setup_server' );
}
public function init() {
......@@ -136,6 +137,7 @@ class WP_Push_Syndication_Server {
$this->version = get_option( 'syn_version' );
do_action( 'syn_after_init_server' );
}
public function register_syndicate_actions() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment