Skip to main content

Home/ WP-Ask Me/ Group items tagged files

Rss Feed Group items tagged

Richard M.

Introduction to hooks: actions and filters | WooThemes Documentation - 0 views

  • Hooks in WordPress essentially allow you to manipulate code without editing core files
  • There are two types of hook: actions and filters.
  • Using action hooks
  • ...1 more annotation...
  • Using filter hooks
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.

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
Richard M.

National Vulnerability Database (NVD) Search Vulnerabilities - 0 views

  • Cross-site request forgery (CSRF) vulnerability in the Shareaholic SexyBookmarks plugin 6.1.4.0 for WordPress
  • WordPress before 3.5.2 allows remote attackers to read arbitrary files
1 - 8 of 8
Showing 20 items per page