Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter betsyv

    (@betsyv)

    mfields,
    Thanks for the clear reply!
    I think I got it, now I’ll try diving into
    my first attempt at plugin development 🙂
    Thanks for your time and patience!
    Betsy

    Thread Starter betsyv

    (@betsyv)

    Thanks for the detailed answers!
    I’m beginning to grasp the concepts

    If I may, I have one more question..

    You explained:

    If I need to do something at a certain time, I will look for calls to the do_action() hook. A simple example would be if I wanted to print custom css to the head of the document.

    Isn’t printing to the user client ‘Filtering’?

    Filters are functions that WordPress passes data through, at certain points in execution, just before taking some action with the data (such as adding it to the database or sending it to the browser screen). Filters sit between the database and the browser (when WordPress is generating pages) [again from codex above..]

    How is the context of printing custom css (Action function) different from the context of a Filter function?

    Thanks for your time and effort!

    Extremely appreciated 🙂
    Betsy

Viewing 2 replies - 1 through 2 (of 2 total)