Skip to content

Mastering PHP and Laravel

Never stop learning!

Menu

  • Home
  • Blog Posts

WordPress

WordPress Plugin Hooks: Plugin Finished Loading

Now that I have a plugin that can be activated and deactivated, it might be nice to know when the plugin has completed loading. In the code below, I have added a function for this (line 43) , and an

Kenny May 17, 2013January 21, 2023 Blog Posts, WordPress No Comments Read more

WordPress plugin Hooks: Activation and Deactivation

Ok, so now I’ve got the beginnings of a plugin. Time to learn about hooks! However, first, notice that I’ve added text related to the actual license. Turns out that’s a proper practice, so I’ve added it as follows: <?php

Kenny May 17, 2013January 21, 2023 Blog Posts, WordPress No Comments Read more

WordPress plugins: Where to begin

Here is one place you can start if you are looking for basic info on creating a plugin: http://codex.wordpress.org/Writing_a_Plugin   Create a file in the plugins folder. Call it whatever you’d like.   Place a comment block at the top

Kenny May 16, 2013January 21, 2023 Blog Posts, WordPress No Comments Read more

Archives

Categories

  • Blog Posts (90)
  • iPhone (2)
  • Learning (42)
  • Linux (4)
    • Debian (1)
  • Mac Terminal / Linux (6)
  • Other Stuff (1)
  • Programming (68)
    • .NET (1)
      • C# (1)
    • Java (1)
    • Javascript (6)
      • AngularJS (1)
      • Node.js (2)
    • MySQL (3)
    • Objective C (1)
    • PHP (45)
      • Community (5)
      • Laravel (9)
        • Eloquent (3)
    • SQL (7)
    • Tools (2)
      • PHP Storm (1)
  • Slim Framework (1)
  • Uncategorized (9)
  • WordPress (3)
Copyright © 2023 Mastering PHP and Laravel. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.