acf/enqueue_scripts

acf/enqueue_scripts

Hook Type: action

See hook in core

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

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

  • /includes/assets.php line 393
    			 *
    			 * @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;