Hooks are a way for one piece of code to interact/modify another piece of code at specific, pre-defined spots. They make up the foundation for how plugins and themes interact with WordPress Core, but they’re also used extensively by Core itself.
Continue reading “WordPress Hooks”Category: Uncategorized
Animated header
Javascript Promises
My collected notes on the topic of Promises in Javascript.
A Promise
is an object representing the eventual completion or failure of an asynchronous operation.
Notes on programming state
A computer program stores data in variables, which represent storage locations in the computer’s memory. The contents of these memory locations, at any given point in the program’s execution, is called the program’s state.
Notes on Programming
Procedural language is a type of computer programming language that specifies a series of well-structured steps and procedures within its programming context to compose a program. It contains a systematic order of statements, functions and commands to complete a computational task or program
Notes on Computing
Just some general notes I’ve stored for personal use.