__( 'Background Image' ), 'section' => 'background_image', ) ); } /** * Enqueue control related scripts/styles. * * @since 4.1.0 */ public function enqueue() { parent::enqueue(); wp_localize_script( 'customize-controls', '_wpCustomizeBackground', array( 'nonces' => array( 'add' => wp_create_nonce( 'background-add' ), ), ) ); } }