wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_enqueue_block_custom_css › WordPress Function

Seit7.0.0
Veraltetn/v
wp_enqueue_block_custom_css ( Keine Parameter )
Definiert in:
Codex:

Enqueues the block custom CSS styles.



Quellcode

function wp_enqueue_block_custom_css() {
	wp_enqueue_style( 'wp-block-custom-css' );
}