WPCF7_ContactForm::shortcode_attr() public CF7 1.0
{} Это метод класса: WPCF7_ContactForm{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WPCF7_ContactForm = new WPCF7_ContactForm(); $WPCF7_ContactForm->shortcode_attr( $name );
- $name (обязательный)
- -
Код WPCF7_ContactForm::shortcode_attr() WPCF7 ContactForm::shortcode attr CF7 5.4
public function shortcode_attr( $name ) {
if ( isset( $this->shortcode_atts[$name] ) ) {
return (string) $this->shortcode_atts[$name];
}
}