We all Know that plugins are php files that are located in a folder called wpcontents/plugins/folder'.
In this article i am going to create a sample plugin which you can use it in the front end with the help of a short code, even the shotcode creation will explaned. And we are going to manage our created plugin in admin module as well.
Just follow up with me one by one you will get to know how to create an awesome plugin. The final code will be available at the end of thi
Ready to start developing WordPress themes ? You are in the right place.
In this article we will take a look at what WordPress themes are and how they work. And we will develop a sample theme where we will have a header, footer, menu, sidebar and the content of posts or pages will be displayed dynamically
Module Creation on Admin side and Forented
1) Magento community provides a lot of functionality,for a lot of requirements and tasks.
2) This functionality is provided in the form of modules.
3) We can customize existing modules or build a new module from beginning.
4) This sample Sitefe
var id = "";
var oTable = $("#example").dataTable();
$(".class1:checked", oTable.fnGetNodes()).each(function() {
if (id != "") {
id = id + "," + $(this).val();
} else {
id = $(this).val();
}
});
Open cmd and run this "D:\wamp64\bin\apache\apache2.4.23\bin>httpd.exe -t"
It will show errors fix errors and restart wamp server.
Unexpected error communicating with stripe, If error persists.please contact us at support@stripe.com(Network errr No[errorno 2]:easy handle already used in multi handle.
Solution:
//to stop errors in server
$curl = new \Stripe\HttpClient\CurlClient();
$curl->setEnablePersistentConnections(false);
\Stripe\ApiRequestor::setHttpClient($curl);