wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_theme_get_element_class_name › WordPress Function

Od6.1.0
Przestarzałyn/a
wp_theme_get_element_class_name ( $element )
Parametry:
  • (string) $element The name of the element.
    Wymagane: Tak
Powrót:
  • (string) The name of the class.
Zdefiniowane na:
Codex:

Given an element name, returns a class name.

Alias of WP_Theme_JSON::get_element_class_name.


Źródło

function wp_theme_get_element_class_name( $element ) {
	return WP_Theme_JSON::get_element_class_name( $element );
}