How to change credit text and link in footer of theme

How to change the credit text and link?

my homepage: https://mashamam.com

Hi @Mr Alakulihal,

I hope you are well today and thank you for your question.

To change the credit text and link you have to create child theme of the theme you are using on your site and then overwrite the footer.php file in the child theme to edit that footer text.

Best Regards,
Movin

the big problem, i not found text copyright and link of wisteria ini footer.php

This is the footer.php codes in my parent theme:

<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package Wisteria
 */
?>

	</div><!-- #content -->

	<footer id="colophon" class="site-footer">

		<div class="site-info">
			<div class="site-info-inside">

				<div class="container">
					<div class="row">
						<div class="col-xl-12">

							<div class="credits">
								<?php do_action( 'wisteria_credits' ); ?>
							</div><!-- .credits -->

						</div><!-- .col -->
					</div><!-- .row -->
				</div><!-- .container -->

			</div><!-- .site-info-inside -->
		</div><!-- .site-info -->

	</footer><!-- #colophon -->

</div><!-- #page .site-wrapper -->

<?php wp_footer(); ?>
</body>
</html>

The action hook wisteria_credits written in the above file as following is displayed it. There should be some function hooked on the action wisteria_credits written in functions.php file or any other theme file that contains the code to display that credit text,

<?php do_action( 'wisteria_credits' );

I Fond in
Wisteria/Inc/Extras.php

it ok I copy to my child theme without other php files?

it ok I copy to my child theme without other php files?

Where do you want to copy your child theme and which files you don’t want to copy?

Copy from wisteria/inc/exras.php
To mychildtheme/inc/exteas.php

I dont want copy ex: footer.php and function.php

exras.php seems file containing functions so you can’t copy or overwrite this file in the child theme. In the child theme you can only overwrite theme template files.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5