Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. public function cualquier_wea() {
  2. $ver = filemtime( DGV_ASSETS_PATH . '/dgv.js' );
  3. wp_enqueue_script( 'dgv-vimeo', DGV_ASSETS_URL . 'dgv.js', array( 'jquery' ), $ver, true );
  4. wp_localize_script( 'dgv-vimeo', 'DGV', array(
  5. 'ajax_url' => admin_url( 'admin-ajax.php' ),
  6. 'nonce' => wp_create_nonce( self::NONCE ),
  7. 'uploading' => sprintf( '%s %s', '<img src="' . admin_url( 'images/spinner.gif' ) . '">', __( 'Uploading video. Please wait...', 'wp-vimeo-videos' ) )
  8. ) );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement