Skip to content

Commit

Permalink
Update web_stories.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vytisbulkevicius authored Nov 22, 2024
1 parent 416751e commit 53fb9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/compatibility/web_stories.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private function should_load() {
* Load hooks.
*/
private function load_hooks() {
add_action( 'init', array( $this, 'setup' ) );
add_action( 'after_setup_theme', array( $this, 'setup' ) );
add_action( 'wp_body_open', array( $this, 'embed' ) );
}

Expand Down

0 comments on commit 53fb9d6

Please sign in to comment.