This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Choose "Custom" from the Export Page with your Database Selected | |
// Paste into Browser Console | |
// Swap "115" with your Site ID | |
jQuery( '.export_table_select tr .text-nowrap' ).each( function( index, table ) { | |
if ( jQuery( table ).text().indexOf( 'wp_3' ) > -1 ) { | |
jQuery( table ).closest( 'tr' ).find( 'input[type="checkbox"]' ).prop( 'checked', true ); | |
} |
NewerOlder