BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
jetpack
/
modules
/
theme-tools
/
js
📤 Upload
📝 New File
📁 New Folder
Close
Editing: suggest.js
/* global ajaxurl:true */ jQuery( function ( $ ) { $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } ); } );
Save
Cancel