Browse
For agents
About
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms
/
3.44.0
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms
v3.44.0
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 3.44.0, at inc/tag-clouds-action.php
4 lines
212 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
add_action
(
'
admin_init
'
,
'
taxopress_process_tagcloud
'
,
8
)
;
3
add_action
(
'
admin_init
'
,
'
taxopress_create_default_tag_cloud
'
,
8
)
;
4
add_shortcode
(
'
taxopress_termsdisplay
'
,
'
taxopress_termsdisplay_shortcode
'
)
;