Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 0572c0d

Browse files
committed
Delay load of Semantic Linkbacks till after Webmentions
1 parent 1aead3d commit 0572c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-linkbacks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Requires PHP: 5.4
1313
*/
1414

15-
add_action( 'plugins_loaded', array( 'Semantic_Linkbacks_Plugin', 'init' ) );
15+
add_action( 'plugins_loaded', array( 'Semantic_Linkbacks_Plugin', 'init' ), 11 );
1616

1717
// initialize admin settings
1818
add_action( 'admin_init', array( 'Semantic_Linkbacks_Plugin', 'admin_init' ) );

0 commit comments

Comments
 (0)