1ucay

Results 53 comments of 1ucay

Also, look at register_uninstall_hook, it call get_option again please do it like this function simple_local_avatars_activate(){ register_uninstall_hook( __FILE__, 'simple_local_avatars_uninstall' ); } register_activation_hook( __FILE__, 'simple_local_avatars_activate' );

also there should be LOGGED_IN_COOKIE private static function _is_logged_in() { /* Logged in */ if ( is_user_logged_in() ) { return true; } /* Cookie? */ if ( empty( $_COOKIE )...

@Zodiac1978 Hi Zodiac, Sorry for the interruption, but can this be edited please? Thank you.