Skip to content

Commit

Permalink
Print _activityPubOptions in <head>
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwiebe committed Jan 15, 2025
1 parent 79e8b9b commit 68b83ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static function init() {
// This is already being called on the init hook, so just add it.
self::register_blocks();

\add_action( 'wp_footer', array( self::class, 'inject_activitypub_options' ) );
\add_action( 'wp_head', array( self::class, 'inject_activitypub_options' ), 11 );
\add_action( 'admin_print_scripts', array( self::class, 'inject_activitypub_options' ) );
\add_action( 'load-post-new.php', array( self::class, 'handle_in_reply_to_get_param' ) );
// Add editor plugin.
Expand Down

0 comments on commit 68b83ed

Please sign in to comment.