PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / trunk
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms vtrunk
3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 All 177 releases
simple-tags / inc / related-posts-action.php

related-posts-action.php in Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms trunk, at inc/related-posts-action.php

7 lines 289 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 add_action('admin_init', 'taxopress_process_relatedpost', 8);
4 add_action('admin_init', 'taxopress_create_default_related_post', 8);
5 add_shortcode('taxopress_relatedposts', 'taxopress_relatedposts_shortcode');
6 add_filter('the_content', 'taxopress_relatedposts_the_content', 999992);
7