Browse
For agents
About
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms
/
trunk
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms
vtrunk
Switch version
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
Overview
Code
simple-tags
/
inc
/
tag-clouds-action.php
tag-clouds-action.php
in Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms trunk, at inc/tag-clouds-action.php
6 lines
210 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
add_action
(
'
admin_init
'
,
'
taxopress_process_tagcloud
'
,
8
)
;
4
add_action
(
'
admin_init
'
,
'
taxopress_create_default_tag_cloud
'
,
8
)
;
5
add_shortcode
(
'
taxopress_termsdisplay
'
,
'
taxopress_termsdisplay_shortcode
'
)
;
6