(→Examples) |
(→Usage) |
||
| Line 12: | Line 12: | ||
?></syntaxhighlight> | ?></syntaxhighlight> | ||
| − | NB: <tt>my_pagelines_welcome_finally</tt> is | + | NB: <tt>my_pagelines_welcome_finally</tt> is an example name, please use a more appropriately named function in your code. |
== Examples == | == Examples == | ||
pagelines_welcome_finally adds the flavor text at the end of the theme Welcome page.
NB: my_pagelines_welcome_finally is an example name, please use a more appropriately named function in your code.
If you did not want to display this default text at the end of the theme Welcome page:
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
}
?>Leaving your something like this:
pagelines_welcome_finally is defined in get_welcome() which is located in admin/class.welcome.php