acf/enqueue_scripts

acf/enqueue_scripts

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.2.2

do_action('acf/enqueue_scripts') is found 1 times:

  • /includes/assets.php line 394
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    *
     * @param   void
     */
    do_action( 'acf/admin_enqueue_scripts' );
    do_action( 'acf/enqueue_scripts' );
     
    // Filter i18n translations that differ from English and localize script.
    $text = array();
    foreach ( $this->text as $k => $v ) {
        if ( str_replace( '.verb', '', $k ) !== $v ) {
            $text[ $k ] = $v;