Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61482, comment 13


Ignore:
Timestamp:
06/26/2024 01:14:56 PM (2 years ago)
Author:
neo2k23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61482, comment 13

    initial v1  
    88The only working solution hae been provided by @khokansardar a couple of days ago. (Thanks for that).
    99
    10 Bu I  already fixed my issue anothert way by using a kind macro language in the shortcode itself to avoid the auto formatting taking place at all.  the macro is replaced at execution of the shortcode.
     10Bu I  already fixed my issue anothert way by using a kind macro language in the shortcode itself to avoid the auto formatting taking place at all.  the macro is replaced by the correct html code at execution of the shortcode.
    1111
    1212In which case it does not matter any longer if and when WordPress removes the wp_targeted_link_rel() function.