Méthode |
Description |
|
add_context_for_option_default_category ( $context, $old_value, $new_value, $option, $option_page ) |
"default_category" = Writing Settings » Default Post Category |
|
add_context_for_option_default_email_category ( $context, $old_value, $new_value, $option, $option_page ) |
|
|
add_context_for_option_page_for_posts ( $context, $old_value, $new_value, $option, $option_page ) |
|
|
add_context_for_option_page_on_front ( $context, $old_value, $new_value, $option, $option_page ) |
Page on front = "Front page displays" -> Your latest posts / A static page
value 0 = Your latest post
value int n = A static page |
|
getInfo ( ) : array |
Get array with information about this logger |
|
getLogRowDetailsOutput ( $row ) |
Get detailed output |
|
getLogRowPlainTextOutput ( $row ) |
Give some options better plain text output |
|
get_details_output_for_option_default_category ( $context, $old_value, $new_value, $option, $option_page, $tmpl_row ) : string |
Add detailed putput for default_category |
|
get_details_output_for_option_default_email_category ( $context, $old_value, $new_value, $option, $option_page, $tmpl_row ) |
|
|
get_details_output_for_option_page_for_posts ( $context, $old_value, $new_value, $option, $option_page ) |
|
|
get_details_output_for_option_page_on_front ( $context, $old_value, $new_value, $option, $option_page, $tmpl_row ) : string |
Add detailed putput for page_on_front |
|
loaded ( ) |
|
|
on_updated_option ( $option, $old_value, $new_value ) |
|
|