The do_action calls allow you to add an add_action that will run at that point int he code. Based on the code you provided, you can add a new row using the mpp_user_profile_form action, like:
add_action( 'mpp_user_profile_form', function( $user_id ) {
?>
<tr>
<p class="appended-text">
<strong>Note: optimum image size is 200 pixels wide by 200 pixels tall.<br>
Maximum file size is 200KB.<br>
(Your profile image may appear "squished" in this preview, but will appear normal on articles and events you post, and on your author page.)
</strong>
</p>
</tr>
<?php
} );
Otherwise you can append to #metronet-override-avatar div with javascript
Related Posts:
- add query string to all pages after user logged in
- Passing a parameter to filter and action functions
- Get a list of all registered actions
- How can I edit post data before it is saved?
- How to only hook on Single.php after content?
- Use external link in the add sub menu
- do_action and hook methods
- How to filter content post only on save
- Filter or action hook to insert content on admin pages before tag
- Pass info from functions.php to plugin
- How do action and filter hooks understand where to look for the core function that we hooked our function to them
- Calling plugin function inside custom plugin for onclick event
- Get Time Taken By Each Action Hook in WordPress
- Create a post builder skin in a plugin
- remove_action not removing add_action from constructor
- Plugin Development – Functions or Hooks?
- Are there action hooks for comments?
- How to remove a class function from a plugin by using remove_action()?
- Add action to custom Function
- Hook for altering the content of all wp mails
- How to hook into action/filter call
- Unpublished Pages Failing To Appear On Custom Path
- The function called on the wp head hook becomes null
- How to Unhook actions/filters in within Class in plugin
- Plugin function in child theme
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Passing a parameter to filter and action functions
- change output location of plugin function using a custom hook
- How to Add Extra Text In WordPress Title Before Post Publish
- How can I see all the actions attached to an “add_action” hook?
- Where is the best place to use add_filter
- When can you get current page ID and initialize hooks right after?
- What is the ‘admin_action_’ . $_REQUEST[‘action’] hook used for?
- Autogenerate wordpress shortcodes using array?
- WordPress admin notice in plugin function
- Using the ‘draft_to_publish’ hook (post status transition)
- Enqueue style inside shortcode but its loaded at the bottom of page (before footer scripts)
- Good tools for locating hooks in a wordpress page/admin interface/blog post?
- Hide WordPress Plugin Deactivation Links
- Pass A Value From Outside To A Plugin Variable
- Failed to invoke other hook from the init hook
- Does the ‘nav_menu_css_class’ filter accept 2 or 3 arguments?
- Very stubborn wp_register_script / add_action vs remove
- Is it possible to add an action to the currently running action?
- Is it possible to remove this action? (as it’s added just before it’s called)
- Over write plugin templates
- Determine plugin name from within plugin_action_links filter
- How to prevent action in ajax request, when in admin side?
- Placement of Code in Plugin for hooking `save_post`
- Can I use a method from an existing plugin as an action hook?
- What are the benefit in adding hook in the init() hook?
- Reposition Woocommerce Message
- Accepted arguments value in hook functions
- ‘wp_login’ action hook not working with wp-login.php file
- Where to hook my plugin’s action
- Which action hook to use for function?
- Modify a function without editing template
- How to stop or remove an action being called inside a function of an extended class
- Any hook for pre-plugin-update -either bulk or single plugin update
- wordpress plugin is not activating from widget
- Inserting above the comment template
- Insert new user with form submit ‘init’ hook
- Modifying the comments section through a plugin regardless of theme
- How to check current user before all actions and filters?
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- WordPress user account activation
- External Script Using WP – Hooks / Actions Not Working?
- What is @Action in WordPress?
- Template filter for custom taxonomy terms
- Using add_action before add_filter on a plugin?
- Why do plugins often ask to add in to templates?
- How to get menu location in wp_update_nav_menu hook
- Advanced WordPress plugin activation detection
- How to use add_action for multiple instances of the same class
- Edit post image attributes on fly?
- Build a must-use plugin that tracks when other plugins are activated or deactivated
- Add hook after content without formatting
- How to convert Currency from USD to other IP Based currency in Php function
- Alternative Hook to the_content for Changing Background Color
- Save_post – Warning: Cannot modify header information
- Sharing varible between two add_actions
- Hooking into the HTML header container
- Modify function output in a plugin
- Override filter variable not working
- Remove action added in plugin class from theme
- {status}_{post_type} does not run correctly?
- Help needed with woocommerce (wc stripe) filter
- Run only on plug-in activation instead of wp_head
- Plugin Hook: Get posts
- Filter for modifying image on upload
- making a glossary with wordpress
- functions.php conditional output for a single plugin
- OOP Plugin: Where should I place the action hooks in the class?
- How wordpress plugin hooks works? [duplicate]
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- Hook automatic_updates_complete to autoupdate plugin
- filter just a portion of plugin function
- Change social icon in twenty twenty three theme
- Is there a hook that I can use when a fatal error occurs?
- Customize WP Filter Hook