JS, Understanding Weird parts-1 (sec 2 & 3)
Section/Dir: 2 Syntax parsers: A program that reads your code and determines what it does and if its grammar is valid.
Section/Dir: 2 Syntax parsers: A program that reads your code and determines what it does and if its grammar is valid.
Document Object Model is a very powerful tool and also very important topic for javascript programmers.
Create a new php file and include it in the main functions.php file. We will write shortcode detail in that file. function headingStyle(){ return ‘<h1>hello</h1>’; } add_shortcode(“heading”, “headingStyle”);
For-in loop is like foreach loop of php. It iterates through any object or array….
Arrays are essential structure and field of study for any programming languages…
In javascript everything is object. A very clear idea of object structure is needed to understand the subject well…
This part is a summary of what i see some trivial basics of JS and its functions
To format the setting section: We have to start an array with type=>section and indent=>true. To end a section we have to declare an
For our specific purpose, we need to create a php class file which will extend the wordpress’s core WP_Widget class.
Menu First register the navigation menu in functions.php file. To do this we have to write the following code inside functions.php file: