🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 12:20:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
shortcodes
/
js
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/modules/shortcodes/js
🔄 Refresh
✏️
Editing: recipes.js
Writable
/* global jetpack_recipes_vars */ ( function ( $ ) { $( window ).load( function () { $( '.jetpack-recipe-print a' ).click( function ( event ) { event.preventDefault(); // Print the DIV. $( this ).closest( '.jetpack-recipe' ).printThis( { pageTitle: jetpack_recipes_vars.pageTitle, loadCSS: jetpack_recipes_vars.loadCSS, } ); } ); } ); } )( jQuery );
💾 Save Changes
❌ Cancel