Knight Foundation: Prototype Fund

We fund projects that seek to improve how we create, share and use information essential to communities. Our efforts support the ideas of people who are curious, adaptable and willing to share what they learn—whether it be from a success or a failure.

We provide early-stage funding for experimentation and growth.

  • The primary way we fund new ideas is through the Knight Prototype Fund, which provides $35,000 in support, training and other resources to research and test the core assumptions of new information projects. Learn more at prototypefund.org.

Plugin API/Action Reference/customize preview init

This action hook allows you to enqueue assets (such as javascript files) directly in the Theme Customizer only. To output saved settings onto your live site, you still need to output generated CSS using the wp_head hook.

Generally, this hook is used almost exclusively to enqueue a theme-customizer.js file for controlling live previews in WordPress’s Theme Customizer.

 

.. add_action( 'customize_preview_init', 'mytheme_customizer_live_preview' );