in Uncategorized

WordPress add inline style with fake handle

wp_register_style( 'fake-handle', false );
wp_enqueue_style( 'fake-handle' );
wp_add_inline_style( 'fake-handle', 'body{ background-color: red !important;}' );