Pagelines welcome finally

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(Examples)
(Usage)
 
Line 12: Line 12:
 
?></syntaxhighlight>
 
?></syntaxhighlight>
  
NB: <tt>my_pagelines_welcome_finally</tt> is just an example name, please use a more appropriately named function in your code.
+
NB: <tt>my_pagelines_welcome_finally</tt> is an example name, please use a more appropriately named function in your code.
  
 
== Examples ==
 
== Examples ==

Latest revision as of 18:16, 8 April 2012

Filter

pagelines_welcome_finally adds the flavor text at the end of the theme Welcome page.

Usage

NB: my_pagelines_welcome_finally is an example name, please use a more appropriately named function in your code.

Examples

If you did not want to display this default text at the end of the theme Welcome page:

PageLines-Welcome-Finally-default-text.png

you can simply add this to your (Child-Theme) functions.php file:

Now, if you wanted to change the text to something that Bruce Willis might say you could do this instead:

%s

', __( "Yippee Ki-YaY!" ) );

}

?>

Leaving your something like this:

Yippee-Ki-YaY.png

Source File

pagelines_welcome_finally is defined in get_welcome() which is located in admin/class.welcome.php