| 1 |
<?php |
| 2 |
|
| 3 |
add_action('admin_init', 'taxopress_process_posttags', 8); |
| 4 |
add_action('admin_init', 'taxopress_create_default_post_tags', 8); |
| 5 |
add_shortcode('taxopress_postterms', 'taxopress_posttags_shortcode'); |
| 6 |
add_filter('the_content', 'taxopress_posttags_the_content', 999992); |
| 7 |
|