Skip to content

Helper functions, filters, and actions for WordPress Customization

Notifications You must be signed in to change notification settings

a1iraxa/WordPress-Helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress-Helpers

Helper functions, filters, and actions for WordPress customizations.

GitHub Flavored Markdown

Task Lists

  • Task one
  • Task two
  • Task three

Code Snippets

/*
* Helper Function
* Debugging Function
*/
function _pre($arr){
  echo "<pre>";
  var_dump($arr);
  echo "</pre>";
}

Quoting

Whether 'tis Nobler in the mind to suffer The Slings and Arrows of outrageous Fortune,

If you’re responding to a small part of a long comment, you can selectively quote out of the other comment by preceding the lines with the > character. In fact, this is so common and so useful that there is a keyboard shortcut for it. If you highlight text in a comment that you want to directly reply to and hit the r key, it will quote that text in the comment box for you.

Emoji

Finally, you can also use emoji in your comments. This is actually used quite extensively in comments you see on many GitHub Issues and Pull Requests. There is even an emoji helper in GitHub. If you are typing a comment and you start with a : character, an autocompleter will help you find what you’re looking for.

Emojis take the form of :<name>: anywhere in the comment. For instance, you could write something like this:

I 👀 that 🐛 and I 😰. 🏆 for 🔬 it. 👍 and ✨ on this 🚢, it's 🔥💩! 👏🎉🐼

A great cheat sheet to reference to find emoji that expresses what you want to say can be found at:

https://www.webfx.com/tools/emoji-cheat-sheet/

About

Helper functions, filters, and actions for WordPress Customization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published