Changes between Initial Version and Version 1 of Ticket #61482, comment 13
- Timestamp:
- 06/26/2024 01:14:56 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61482, comment 13
initial v1 8 8 The only working solution hae been provided by @khokansardar a couple of days ago. (Thanks for that). 9 9 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.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 by the correct html code at execution of the shortcode. 11 11 12 12 In which case it does not matter any longer if and when WordPress removes the wp_targeted_link_rel() function.