WordPress offers a powerful REST API Endpoints that allows developers to interact with WordPress data from external applications. In addition to the default endpoints provided by WordPress, you can create custom REST API endpoints to perform specific tasks or expose…
Category: Plugins
Wordpress Plugin Reated Information
Exploring Get_Field() in WordPress ACF
Exploring Get_Field() in WordPress ACF The get_field() function is a core function provided by the Advanced Custom Fields (ACF) plugin for WordPress. It(WordPress ACF) is used to retrieve the value of a custom field assigned to a specific post or…
EnlighterJS CSS: Syntax Highlighter Basic Example
EnlighterJS CSS: Syntax Highlighter Basic Examples of CSS Language in all available themes at the time of making this post. Language: CSS, Theme: Classic /* buttons used in codegroups + toolbar */ .enlighter-btn{ display: inline-block; margin: 0px 5px 0px 5px;…
WordPress Plugin: Custom Post Menu Sort Order
What is this Custom Post Menu Sort Order plugin? This is a plugin to sort WordPress posts using simple drag and drop method. Custom Post Menu Sort Order plugin has a settings page where one can choose the post type…
Payway Net payment method for WPCommerce
Payway Net payment method for WP-Commerce is available. It works just similar to any other payment method in WPCommerce. It notifies of success, failure and/or decline and updates the store and order status accordingly.
Skipping plugin update request from WordPress Installation – Just A Hack
Sometimes, you may want your WordPress installation to not to ask you for upgrading a certain plugin you might have edited or extended in order to meet your requirements. Though this is not a good practice to modify a certain…
ANZ-egate payment method for WP-Commerce Plugin
ANZ-egate payment method for WP-E-commerce plugin. I hope it works for you. Bug-fixing or improvements are welcomed. How to install: Create a new file (plugins/wp-e-commerce/wpsc-merchants/anz-egate.merchant.php) and place this code into this file. Once saved check the Payment Method section of…
Working on ANZ-egate payment method for WP-Commerce Plugin
Working on ANZ-egate payment method for WP-E-commerce plugin (which is completed and here is the link to download). Helpful resources: http://getshopped.org/resources/docs/get-involved/writing-a-new-payment-gateway/ Looking at Paypal Express Checkout and Google Checkout merchant class There are certain issues so i strongly discourage using…
Hiding page title only on product pages of WP-ecommerce plugin while showing in others
Here’s a small tip on how to hide (not display) page titles of WP-ecommerce product pages while showing normal pages titles as usual. In fact i wanted to not display titles, i.e. 1. Products Page and 2. Product Details page.
A WordPress plugin to delete duplicate users by ID, user_login or user_email etc.
Description: This plugin provides a way to delete duplicate users by ID, user_login or user_email. An user-base cleaning script! In a case, thousands of users are entered by tempring with the basic wp_user table structure.. where ID was converted to…