daltontastic
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API User] No password field during registerOne last question. What is the purpose of a nonce? Can I generate it once and use it for all my calls, or do I need a new one for each registration?
Forum: Plugins
In reply to: [BP Limit Activity Length] Conditional Activity LengthOkay so I symbolize which people are Premium by using modemlooper’s BuddyVerified Plugin…
So does that mean the code would look like this?
add_action( ‘plugins_loaded’, ‘maybe_disable_bplal’ );
function maybe_disable_bplal() {
if ( is_verified() ) {
remove_action( ‘bp_include’, array( ‘BP_LimitActivityLength’, ‘init’ ) );
}
}Also, where do I put the code?
Forum: Fixing WordPress
In reply to: Weird error message pops up on occasion…My site isn’t offline… It’s online at EPICMC.US
Forum: Fixing WordPress
In reply to: WordPress Redirect Virus?I have no idea how to change my database login credentials lol.. I have changed my main admin dashboard password though.
Forum: Fixing WordPress
In reply to: WordPress Redirect Virus?Well the redirect was taking place on multiple devices at home like my PC and iPhone. I think I found the culprit.. It was a plugin from an untrustworthy source I think. It makes me feel a lot better knowing that nobody got into my database or admin or anything. It was my own fault for downloading an untrustworthy plugin. By untrustworthy I mean not from the ww.wp.xz.cn repository.