Hello
I am using ultimate members plugin and facing the same issue
I tried this code
<?php if ( Theme_My_Login::get_object()->errors->get_error_code() ) {
?>
<script type=”text/javascript”>
setTimeout( function(){
jQuery(‘#popmake-36069’).popmake(‘open’);
}, 1000 );
</script>
<?php
} ?>
but it just doenst work give me an error
Class ‘Theme_My_Login’ not found
I think i am missing on something
Please Help