Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…d2f7a95e17885c1527fb8bd63e from refs/tags/v1.0.18
  • Loading branch information
prcdevgitbot committed Oct 9, 2024
1 parent cd9c75d commit b2b2593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/post-report-package/class-post-report-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public function init($loader = null) {
$loader->add_filter( 'prc_api_endpoints', $this, 'register_rest_endpoint' );
$loader->add_action( 'enqueue_block_editor_assets', $this, 'enqueue_panel_assets' );
$loader->add_action( 'prc_platform_on_incremental_save', $this, 'set_child_posts', 10, 1 );
$loader->add_action( 'prc_platform_on_update', $this, 'update_children', 10, 1 );
$loader->add_action( 'prc_platform_on_update', $this, 'clear_toc_cache_on_update', 100, 1 );
$loader->add_action( 'prc_platform_on_rest_update', $this, 'update_children', 10, 1 );
$loader->add_action( 'prc_platform_on_rest_update', $this, 'clear_toc_cache_on_update', 100, 1 );
$loader->add_filter( 'rest_post_query', $this, 'hide_back_chapter_posts_restfully', 10, 2 );
$loader->add_filter( 'the_title', $this, 'indicate_back_chapter_post', 10, 2 );
// $this->loader->add_filter( 'wpseo_disable_adjacent_rel_links', $post_report_package, 'disable_yoast_adjacent_rel_links_on_report_package' );
Expand Down

0 comments on commit b2b2593

Please sign in to comment.