WP_Privacy_Requests_Table::embed_scripts()publicWP 4.9.6

Embeds scripts used to perform actions. Overridden by children.

Метод класса: WP_Privacy_Requests_Table{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WP_Privacy_Requests_Table = new WP_Privacy_Requests_Table();
$WP_Privacy_Requests_Table->embed_scripts();

Список изменений

С версии 4.9.6 Введена.

Код WP_Privacy_Requests_Table::embed_scripts() WP 6.5.2

public function embed_scripts() {}