Search results for: admin
WPCode Functions
For the WPCode plugin interface
MemberPress: Send Failed Transaction Notice When Admin Sets Transaction to Failed
When a website administrator changes the member’s transaction status to Failed in the WordPress Dashboard >…
Load all Customizer "Additional CSS" in Block Editor
The CSS added to the frontend via the Customizer does not get added to the block…
Add Textbox To Donation Form
Adds a textbox to a donation form - for example, to collect a referral code.
Note Orders
add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…
Connect to google
https://www.facebook.com/profile.php?id=61561561635100
Disable the AIOSEO Flyout Menu for Non-Administrator Users.
This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.
Set AIOSEO Metabox Priority to Low
Set the AIOSEO metabox priority to low
Remove Customer Role From Excluded Roles
This filter can be used to remove the customer role from the excluded roles
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.
Change Default Post Type Singular Label “Location”
This filter can be used to change the default post type singular label from “Location” to…