amp_customizer_register_ui

do_action( 'amp_customizer_register_ui',  WP_Customize_Manager $manager )

Description #

Fires after the AMP panel has been registered for plugins to add additional controls.

In practice the customize_register hook should be used instead.


Parameters #

$manager

Manager.



Changelog #

Changelog
Version Description
0.4 Introduced.