| @@ -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>( $event_time, $event_hook, $event_args )</td><td></td></tr> | |
| 27 | + | |
| 28 | +<tr><th>wpsso_check_head_info</th><td>( $head_info, $mod, $canonical_url )</td><td></td></tr> | |
| 29 | + | |
| 30 | +<tr><th>wpsso_clear_mod_cache</th><td>( $mod )</td><td></td></tr> | |
| 31 | + | |
| 32 | +<tr><th>wpsso_clear_post_cache</th><td>( $post_id )</td><td></td></tr> | |
| 33 | + | |
| 34 | +<tr><th>wpsso_clear_term_cache</th><td>( $term_id )</td><td></td></tr> | |
| 35 | + | |
| 36 | +<tr><th>wpsso_clear_user_cache</th><td>( $user_id )</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>( $filter_name )</td><td></td></tr> | |
| 49 | + | |
| 50 | +<tr><th>wpsso_after_apply_filters_text</th><td>( $filter_name )</td><td></td></tr> | |
| 51 | + | |
| 52 | +</table> | |
| 53 | + | |