MemberPress: Remove all states to the dropdown list and leave one fake state
function mepr_remove_states( $states ) { return array( ‘US’ => array( ‘BU’ => _x( ‘Fake State’, ‘ui’, ‘memberpress’ ) ) ); } add_filter( ‘mepr_states’, ‘mepr_remove_states’, 20, 2 );Continue reading