PluginProbe
WPSSO Core – Complete Schema Markup and Meta Tags / 22.7.0
WPSSO Core – Complete Schema Markup and Meta Tags v22.7.0
22.7.0 22.6.1 22.6.0 22.5.3 22.5.2 22.5.1 22.4.0 22.3.0 22.2.1 22.2.0 22.1.3 22.1.2 22.1.1 22.1.0 22.0.0 21.13.3 21.13.2 trunk 21.13.1
← All changes | html/actions.html +53 -0 21.13.222.7.0 View file →
@@ -1,0 +1,53 @@
1 +
2 +<style type="text/css">
3 +
4 + table.wpsso-actions {
5 + font-size:0.9em;
6 + }
7 +
8 + table.wpsso-actions tr {
9 + border-bottom:1px solid #ccc;
10 + }
11 +
12 + table.wpsso-actions th {
13 + vertical-align:top;
14 + padding:15px 15px 15px 0;
15 + }
16 +
17 + table.wpsso-actions td {
18 + vertical-align:top;
19 + padding:15px 0 15px 15px;
20 + }
21 +
22 +</style>
23 +
24 +<table class="wpsso-actions">
25 +
26 +<tr><th>wpsso_cache_refresh_scheduled</th><td>(&nbsp;$event_time, $event_hook, $event_args&nbsp;)</td><td></td></tr>
27 +
28 +<tr><th>wpsso_check_head_info</th><td>(&nbsp;$head_info, $mod, $canonical_url&nbsp;)</td><td></td></tr>
29 +
30 +<tr><th>wpsso_clear_mod_cache</th><td>(&nbsp;$mod&nbsp;)</td><td></td></tr>
31 +
32 +<tr><th>wpsso_clear_post_cache</th><td>(&nbsp;$post_id&nbsp;)</td><td></td></tr>
33 +
34 +<tr><th>wpsso_clear_term_cache</th><td>(&nbsp;$term_id&nbsp;)</td><td></td></tr>
35 +
36 +<tr><th>wpsso_clear_user_cache</th><td>(&nbsp;$user_id&nbsp;)</td><td></td></tr>
37 +
38 +<tr><th>wpsso_init_textdomain</th><td>()</td><td>Action triggered during WordPress 'init' priority 10, after the Wpsso class $check, $avail, and $debug properties have been instantiated.</td></tr>
39 +
40 +<tr><th>wpsso_init_options</th><td>()</td><td>Action triggered during WordPress 'init' priority 10, after the Wpsso class $check, $avail, and $debug, $cache, $util, and $opt properties have been instantiated.</td></tr>
41 +
42 +<tr><th>wpsso_init_objects_preloader</th><td>()</td><td></td></tr>
43 +
44 +<tr><th>wpsso_init_objects</th><td>()</td><td>Action triggered during WordPress 'init' priority 10, after all Wpsso class objects have been instantiated.</td></tr>
45 +
46 +<tr><th>wpsso_init_plugin</th><td>()</td><td>Action triggered during WordPress 'init' priority 12.</td></tr>
47 +
48 +<tr><th>wpsso_pre_apply_filters_text</th><td>(&nbsp;$filter_name&nbsp;)</td><td></td></tr>
49 +
50 +<tr><th>wpsso_after_apply_filters_text</th><td>(&nbsp;$filter_name&nbsp;)</td><td></td></tr>
51 +
52 +</table>
53 +