This is a post to test the Notification plugin by BracketSpace.
wordpress.org/plugins/notification
Testing another thing:
- One
- Two
- Three
A website made for testing
This is a post to test the Notification plugin by BracketSpace.
wordpress.org/plugins/notification
Testing another thing:
ID
comment_count
comment_status
filter
guid
menu_order
ping_status
pinged
post_author
post_content_filtered
post_content
post_date_gmt
post_date
post_excerpt
post_mime_type
post_modified_gmt
post_modified
post_name
post_parent
post_password
post_status
post_title
post_type
to_ping
A list of WP-CLI packages I have found useful.
How to deregister WordPress stylesheets, using the stylesheet of WP-PageNavi as an example:
function foo_deregister_styles() {
wp_deregister_style('wp-pagenavi');
}
add_action('wp_print_styles', 'foo_deregister_styles', 100);
wp_prepare_attachment_for_js(get_the_ID())['description']
Can be used to get any of the details of an attachment, not just description.
Documentation: developer.wordpress.org/reference/functions/wp_prepare_attachment_for_js