Use Theme Hooks from functions.php

edited February 2021 in Other

Hi,

I would like to address the Theme Hook "mfn_hook_content_before" to display a custom content with PHP based on the WPML language.

I'm not very experienced developer, but I tried this in my child theme functions.php:


global $custom_content;

function mfn_hook_content_before( $content ) {

  $custom_content = 'Hello WordPress';

if (ICL_LANGUAGE_CODE == 'es') $custom_content = "Hola WordPress";

  $custom_content .= $content;

  return $custom_content;

}

add_filter( 'the_content', 'mfn_hook_content_before' );


The result prints in the content area, and not earlier in the mfn_hook_content_before area :/

Could you please tell me how to right address the Hook with PHP?

Thanks in advance,

Miguel

Comments

  • Hi,

    Sorry, but what you ask for requires file customization in reference to Item Support Policy is not allowed. http://themeforest.net/page/item_support_policy

     So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:

    Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customization services or checking out the great service providers on Envato Studio

    thanks

  • Thanks Phil,

    I was just asking how can I correctly refer / call to the theme hooks from PHP, that's all.

    Thanks in advance, Miguel.

  • You can try to paste it in Betheme -> Theme options -> Global -> Hooks in Content before section.

    Thanks

  • Thank you Phil,

    I know this, but I can't run here PHP code.

    I will post in this thread my solution when I make it work.

    Have a nice day.

Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.