Skip to main content

Home/ WP-Ask Me/ Group items tagged function

Rss Feed Group items tagged

Richard M.

Child Themes « WordPress Codex - 0 views

  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
Richard M.

Wordpress Security: Millions exposed to pingback DDoS | Incapsula - 0 views

  • the attackers took advantage of an existing WordPress vulnerability and abused the site, herding it into a voluntary botnet.
  • WordPress has a built in functionality called Pingback, which allows anyone to initiate a request from WordPress to an arbitrary site.
Richard M.

Using Global Variables in WordPress - Better WordPress - 0 views

  • You have to choose a unique name for that global variable
  • Custom global variables
  • all variables that you refer to more than once, you should fetch them in one place
  • ...1 more annotation...
  • Please note that if you want this variable to be global, you will have to define it in “global” files
1 - 20 of 38 Next ›
Showing 20 items per page