Example ** * Enables linkification for custom fields * * @param array $filters The filters handled by Linkify Text plugin * function more text replacements { $filters = 'the meta Here you could put in the name of any filter you want return $filters } add filter c2c linkify text comments.
The 'c2c linkify text hook allows you to customize or override the setting defining all of the text phrases and their associated links..
Example ** * adds more text to be linked * * @param array $text to links Array of text and their associated URLs * function my text linkifications { Add text link $text to links => 'https ma.tt Unset text link that we never want defined if ) { unset } Important.
The 'c2c linkify text case sensitive hook allows you to customize or override the setting indicating if text matching for linkification should be case sensitive or not..
The 'c2c linkify text replace once hook allows you to customize or override the setting indicating if linkification should be limited to once per term per piece of text being processed regardless of how many times the term appears..
Arguments $new text The markup that will replace $old text. $old text The text being replaced linkified. $link The URL that $old text is to be linked to. $text to link The array of text and URLs they should link to...
screenshot of the admin options page for the plugin, where you define the text and their related links, as well as customize various settings...
Activate the plugin through 'Plugins admin WordPress Go to the Settings -> Linkify Text admin options page and define text and URLs they should point to...
With some non-trivial coding the plugin could be utilized to affect targeted parts of post's content, but it's not something that will be built into the plugin...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more