Skip to content

Commit

Permalink
Merge pull request #325 from wp-seopress/feat/seopress-mainwp-child
Browse files Browse the repository at this point in the history
feat: seopress mainwp child
  • Loading branch information
thanghv authored Jul 20, 2022
2 parents 1c17647 + 024fc19 commit 175c843
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions class/class-mainwp-child-callable.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class MainWP_Child_Callable {
'extra_execution' => 'extra_execution',
'wpvivid_backuprestore' => 'wpvivid_backuprestore',
'check_abandoned' => 'check_abandoned',
'wp_seopress' => 'wp_seopress',
);

/**
Expand Down Expand Up @@ -763,6 +764,17 @@ public function wordpress_seo() {
MainWP_WordPress_SEO::instance()->action();
}

/**
* Method wp_seopress()
*
* Fire off the action() function.
*
* @uses \MainWP\Child\MainWP_Child_WP_Seopress::action();
*/
public function wp_seopress() {
MainWP_Child_WP_Seopress::instance()->action();
}

/**
* Method client_report()
*
Expand Down

0 comments on commit 175c843

Please sign in to comment.