0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
wp-rocket
/
assets
/
js
/
[
Home
]
File: wpr-admin-common.js
jQuery( document ).ready( function( $ ){ $( '.rocket-dismiss' ).on( 'click', function( e ) { e.preventDefault(); var url = $( this ).attr( 'href' ).replace( 'admin-post', 'admin-ajax' ); $.get( url ).done( $( this ).closest( '.notice' ).hide( 'slow' ) ); }); } );