ADD FILTER DO SHORT CODE

add_filter( 'widget_text', 'do_shortcode' );

MemberPress: Display Account Tabs Anywhere

This code registers a new shortcode: [mepr-account-links]. This shortcode can be used anywhere to display the…

MemberPress: Add Logout Confirmation Popup

This code will force a confirmation popup to show when users click the Logout link on…

MemberPress: Add Bio Info To Account Page

The code will add the field called Bio to the MemberPress Account Page using a classic…

Houfy

Price

Jamie Kessler
<10

google verification

google verification code

home

home page header

Dynamic Monsterlinks By Class Name

// Target by class name window.onload = function(){ const dynamicMonsterLinks = document.querySelectorAll("a.myClass"); dynamicMonsterLinks.forEach(dynamicMonsterLinks => dynamicMonsterLinks.href =…

Dynamic Monsterlinks by Id

// Target by ID window.onload = function(){ document.getElementById("someID").href="MONSTERLINK_URL"; }

1 115 116 117 118 119 173