$( document ).on( 'change', 'select#wordpress_object', function() {
    var timeout;
    loadFieldOptions( 'wordpress', $( this ).val() );
    clearTimeout( timeout );
    timeout = setTimeout( function() {