I am creating a WordPress plugin and am trying to overwrite the following value in javascript:
'query-attachments'
within /wp-includes/js/media-models.js around line 1086.
However the issue the I am having is I cannot seem to figure out where I can change the options
parameter within the sync
function, where from there I can change the action
value?