As @Howdy_McGee mentioned in the comments, you can just wrapped the multiple commands you want to run within curly brackets like this:
<?php if (function_exists ('pluginName')) { echo someName (7); echo someName (8); echo someName (9); } ?>
Related Posts:
- Delete post revisions on post publish
- my function doesn’t return my post from today
- only show container with next/prev links if they exist?
- ACF: how do I get the fields and its values of a specific group?
- register_taxonomy() take much queries
- SQL error with custom query
- Reject all malicious URL requests functions.php
- Offset with ajax load more posts duplicates
- How can I display a query in a page?
- Check if values exists DB
- Exclude a category ID from the following function
- Is it possible to disable a function of a parent theme?
- Hide old attachments from wp media library
- PHP – redirect https to http and www to non-www
- How to overwrite youtube embed?
- Need to get specific data from array
- Generating add_settings_section() calls dynamically
- Sort registered users by post count? (inside admin dashboard)
- How to change a public function inside a class of a plugin?
- Remove query string specific key value
- is_page “range” for if statement?
- Function set default image when image not present
- WooCommerce – Reset quantity input field when variation changes
- Query all posts of a custom taxonomy term
- WordPress child theme fails to override parent navigation menu in /inc/structure/header.php
- Trying to establish connection to External Database
- Login/logout in header
- Error when adding excerpt to the content through functions.php
- Add data attribute to each li in menu
- Prev/Next child navigation for current page modifications?
- Adding rel tag to all external links
- Get users that likes the post
- How to abort saving data in save_extra_profile_fields function WordPress?
- Get the date of the className or classID
- Way to add captions to gallery images by code
- My custom get_the_excerpt() can’t get excerpt by ID
- WordPress Options Page Theory Question
- deactivating an active plugin using if page
- How to make container class in PHP
- Prev/Next Links Broken on Static Front Page Pagination
- How do I check or test a WordPress Auto Year Change Script?
- Is there a built-in function to generate multiple paragraph tags based on a string with new line separators?
- How to add no follow to specific links?
- Shortcode to pull posts
- Function for simple math doesn’t work what am I doing wrong? [closed]
- How to use the checked() function to check for a non-empty var
- How to hide the author box of a specific user?
- Add date before entry title in Twenty Twelve
- Undefined variable: row?
- WordPress theme showing blank page
- Defining multiple categories for showing latest posts
- Pagination Not Working (pages duplicating content)
- Custom functions for string data calculations
- How are these PHP functions applied to a specific page in WordPress?
- The additional fee for the COD payment method not visible in the front-end
- WordPress is removing query variables like page, p from the URL of a custom static page
- PHP identify duplicate words in a text string against a list of words
- How to access all meta data for RSS feed?
- Why Is Number of views on wordpress single post wrong?
- “pre_get_posts” orderby custom date field in different format?
- Reliable way to add nonce to HTTP Header in WordPress?
- Trying to update Woocommerce meta values
- How to add and subtract user meta values after post meta update
- Multiple AJAX handler functions conflict in functions.php
- add another variable to php function
- How to remove get_header From all single pages in wordpress with functions.php without plugin?
- php code for outputting a custom page in my account
- ssl redirect function is not working
- Hide specific shipping methode depending on day and time of day
- Adding custom field to product category and show it to shop/category shop page
- Change lost password url to a mailto URL in WordPress
- Send POST request to Flask app from functions.php file
- Add element after navigation element title don’t works like I expect
- How to auto-generate random numbers in username?
- Remove generated category and tag class names from woocommerce product & blog listings markup
- Get Billing Email from WooCommece Checkout and Pass to Fullstory JS
- How to delete specific element when it is not homepage?
- wordpress query returning unexpected results
- How to add a custom class for iframe by embed_oembed_html
- remove public static function wp_link_dialog()
- Find the method which AJAX GET calls
- str_replace not preserving whitespace
- Calling PHP function doesn’t work in index.php
- How I can add div to menu?
- Modify category archive page loop on functions.php
- How to print redirected query string variables to the page?
- Admin-area broken through weird issues
- Trying to exclude posts from a category on the home page
- How to get category pages to look like a certain archive page?
- How to call a specific value within the functions.php file?
- Query Concatenation
- Select area and checkbox data is not saving?
- How to modify this function to exclude also the post belonging to a specific category?
- Suppress errors when using global function
- Keep users logged in Without Remember Me
- How to use js variable to php in wordpress functions.php
- a problem in class in class-wp-hook.php
- change title of page dynamically
- Custom Filtering date with newsletter
- Custom plugin doesn’t show in admin menu – when code added, displays an empty page